Commands Library Objects

Function / Event

Return Value

Description

Syntax

Commands

Execute Command Line

---

Executes a command line (Windows cmd) with parameters.

For example: The command notepad.exe opens the Notepad application. Depending on the application, you can add parameters, such as /p to print the notepad output.

Another parameter is Hidden. Select True to open the specified application hidden in the background, or False to make it visible.

To execute any application from System32 folder, use the path C:\Windows\Sysnative\app.exe instead of C:\Windows\System32\app.exe.

Functions